CLI JSON template

The CLI JSON template, found in the config.prod.properties.json file, is integral to the silent installation process outlined in the Installation Flow of the RPA CLI installation. This file, generated in the installation flow, contains critical settings for installation, configuration, and file security.

Refer to the detailed descriptions for each parameter to understand its purpose and usage. The information provided serves as a helpful guide, and it is recommended to follow the outlined instructions without making unnecessary changes.

While we do not advise making changes to these parameters, you have the flexibility to do so at your own discretion. Please be aware that modifying these settings may result in a lack of support. Proceed with caution.

  • The default CLI command parameter descriptions apply to typical and common use cases. In most scenarios, you don't have to make any changes to achieve functionality. Advanced users and special cases may need custom configurations not covered in this topic. Ensure you review your specific requirements before making any changes to parameters outside of the defaults.

  • When a parameter name is enclosed by dollar signs ($), the system automatically populates it with the information from the parameter that it refers to. Specifically, any text or value between the dollar signs are interpreted as a reference to another parameter, and its content is used to fill in the referenced parameter. In the following example, $RABBITMQ_USER$ is replaced with the user details from the parameter: RABBITMQ_USER.

Next step:

After making the necessary changes, return to the Silent Installation to continue the RPA installation.